Skip to content

Blog: Cloud, Edge, or Both? How to Choose Your Deployment Before an Outage Does It For You#4921

Merged
PabloFilomeno83 merged 8 commits intomainfrom
deployment-architecture
Apr 24, 2026
Merged

Blog: Cloud, Edge, or Both? How to Choose Your Deployment Before an Outage Does It For You#4921
PabloFilomeno83 merged 8 commits intomainfrom
deployment-architecture

Conversation

@sumitshinde-84
Copy link
Copy Markdown
Contributor

Description

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
  • For blog PRs, an Art Request has been created (instructions)

@sumitshinde-84 sumitshinde-84 marked this pull request as ready for review April 24, 2026 10:04
@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 67.7%, saving 785.2 KB.

Filename Before After Improvement Visual comparison
src/blog/2026/04/images/hybrid-architecture.png 757.6 KB 240.3 KB 68.3% View diff
src/blog/2026/04/images/deployment-decision-tree.png 402.8 KB 134.9 KB 66.5% View diff

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 24, 2026

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit c69a0e1
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/69eb4033123fd60009f26026
😎 Deploy Preview https://deploy-preview-4921--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 85 (🔴 down 5 from production)
Accessibility: 83 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 24, 2026

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit 9e5c402
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/69eb47bc12870c0008e8dd94
😎 Deploy Preview https://deploy-preview-4921--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 86 (🔴 down 4 from production)
Accessibility: 83 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 70.3%, saving 3.6 MB.

Filename Before After Improvement Visual comparison
src/blog/2026/04/images/edge-cloud-or-both.png 5.2 MB 1.5 MB 70.3% View diff

2 images did not require optimisation.

Copy link
Copy Markdown
Contributor

@andreguerra7 andreguerra7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumitshinde-84 Approved, added a few comments please check the Four questions that determine your architecture bit

description: Talk to our team. We'll help you map the right architecture for your infrastructure, workflows, and operational constraints.
---

A production line at a mid-size manufacturer goes dark for 22 minutes. Not because the machines failed. Because the WAN link between the factory and the cloud dropped. The logic controlling the line was hosted in the cloud. Without a connection, it couldn't execute. By the time the link recovered, the shift had lost a batch.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumitshinde-84 should be mid-sized


**Where it breaks:**

Cloud instances require a persistent connection to execute. If your workflows control or monitor equipment on a factory floor, that link becomes a single point of failure. A 30-second outage doesn't slow things down. It stops execution entirely. That's not recoverable by restarting a service.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumitshinde-84 consider: A 30-second outage doesn't just slow things down. It can stop workflows that depend on that connection entirely.


Ownership is the failure mode, not complexity. When nobody has explicitly decided who is responsible for each layer, edge and cloud configurations drift apart. One team updates a cloud flow without knowing the Remote Instance depends on it. An incident happens and two people are debugging two environments, each assuming the other owns the problem. The architecture is sound. The gap is organizational, not technical.

## Four questions that determine your architecture
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sumitshinde-84 Title says 4 questions but there are 5 on the image and question 2 is not mentioned on the text

@PabloFilomeno83 PabloFilomeno83 merged commit 2fd905e into main Apr 24, 2026
8 checks passed
@PabloFilomeno83 PabloFilomeno83 deleted the deployment-architecture branch April 24, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants